From 5482d84c24b973b6970b305fe77aaee23c855a57 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 9 Nov 2006 16:57:26 +0000 Subject: [PATCH] remove openssh-sftp-server dependency on libcrypto and zlib SVN-Revision: 5484 --- openwrt/package/openssh/Makefile | 4 ++++ openwrt/package/openssh/ipkg/openssh-sftp-server.control | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/openwrt/package/openssh/Makefile b/openwrt/package/openssh/Makefile index 6ea9621faa..7ae7960286 100644 --- a/openwrt/package/openssh/Makefile +++ b/openwrt/package/openssh/Makefile @@ -74,6 +74,10 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.built: rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) + $(MAKE) -C $(PKG_BUILD_DIR) \ + DESTDIR="$(PKG_INSTALL_DIR)" \ + LIBS="" \ + sftp-server $(MAKE) -C $(PKG_BUILD_DIR) \ DESTDIR="$(PKG_INSTALL_DIR)" \ all install diff --git a/openwrt/package/openssh/ipkg/openssh-sftp-server.control b/openwrt/package/openssh/ipkg/openssh-sftp-server.control index 8c17fcc5b8..22a624db47 100644 --- a/openwrt/package/openssh/ipkg/openssh-sftp-server.control +++ b/openwrt/package/openssh/ipkg/openssh-sftp-server.control @@ -1,5 +1,4 @@ Package: openssh-sftp-server Priority: optional Section: net -Depends: zlib, libopenssl Description: OpenSSH SFTP server -- 2.30.2